home *** CD-ROM | disk | FTP | other *** search
- Path: news.interpath.net!softbase
- From: softbase@mercury.interpath.com (Scott McMahan - Softbase Systems)
- Newsgroups: comp.lang.c
- Subject: Re: string search?
- Date: 28 Mar 1996 17:59:20 GMT
- Organization: Interpath -- Providing Internet access to North Carolina
- Message-ID: <4jek1o$d0d@news.interpath.net>
- References: <4jc6ae$eol@voyager.eng.gulfaero.com>
- NNTP-Posting-Host: mercury.interpath.com
- X-Newsreader: TIN [version 1.2 PL2]
-
- Van Swofford (swofford@voyager.eng.gulfaero.com) wrote:
-
- : The Microsoft C documentation indicates that strstr is ANSI compliant,
- : but not available under UNIX.
-
- But this depends on the context in which "UNIX" is being used --
- the functions described as UNIX are ones typically available
- on UNIX but not in ANSI C, but which MS C implements anyway. The ANSI
- C functions are assumed to be available in any ANSI implementation,
- including those on UNIX, so "UNIX" is really a sub-set of non-ANSI
- UNIX specific functions.
-
- Scott
-
-